FindControl
NOT RECOMMENDED WITH THE APPEARANCE MANAGER
When the Appearance Manager is available, you should callFindControlUnderMouse
to determine whether a mouse-down event occurred in a control.FindControlUnderMouse
will return a handle to the control even if no part was hit and can determine whether a mouse-down event has occurred even if the control is deactivated, whileFindControl
does not.